home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-27 | 854 b | 40 lines | [TEXT/TeX+] |
- #
- # Script executed when DirectTeX starts up.
- #
-
- #
- # Define text editor, internal editor is default.
- #
-
- # Set -x dt_OSTypeEditor 'ALFA' # Alpha
- # Set -x dt_OSTypeEditor 'R*ch' # BBEdit
- # Set -x dt_OSTypeEditor 'MPS ' # MPW Shell
-
- #
- # Start Project Manager:
- #
-
- Set Exit 0
- ProjectMgr -c -i -a
-
- #
- # Add the Directory and Project Menu:
- #
-
- DirectoryMenu
- ProjectMenu
-
- #
- # Add items to the help menu:
- #
-
- SetKey Help [Help `GetListItem -t 'Manual Pages' < $dt_ConfigFiles∂DirectTeX:ManualPages-Pro || Exit -1`
- AddItem -m 0 'Manual Pages…' [Help `GetListItem -t 'Manual Pages' < $dt_ConfigFiles∂DirectTeX:ManualPages-Pro || Exit -1`
- For i `Files -s $dt_TeXLocal∂Help-Files: ≥ Dev:Null` [AddItem -n -m 0 $i Open∂ $$dt_TeXLocal∂Help-Files:$$i
-
- #
- # Generate Plain.base if it is missing:
- #
-
- SearchPath dt_FormatFiles Plain.base ∑ Dev:Null || ProjectMgr -m Plain.base
-